home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_ghostscript.idb / usr / freeware / src / ghostscript / ghostscript-3.33+jpeg-patches.z / ghostscript-3.33+jpeg-patches
Encoding:
Text File  |  1998-05-21  |  3.0 KB  |  66 lines

  1. *** ./unix-sgi.mak    Fri Apr 24 21:32:26 1998
  2. --- ../gs3.33/./unix-sgi.mak    Sun May  3 05:17:20 1998
  3. ***************
  4. *** 215,220 ****
  5. --- 215,222 ----
  6.   CAT=cat
  7.   D=/
  8.   EXP=./
  9. + #EXP=/usr/people/chavo/cq_builds/ghostscript/3.33+jpeg/gs3.33/
  10. + #EXP=`pwd`
  11.   SHELL=/bin/sh
  12.   SH=$(SHELL)
  13.   SHP=$(SH) $(EXP)
  14. ***************
  15. *** 3506,3518 ****
  16.   # We need to query the environment to construct gconfig_.h.
  17.   INCLUDE=/usr/include
  18.   gconfig_.h: unixtail.mak echogs$(XE)
  19. !     ./echogs -w gconfig_.h -x 2f2a -s This file was generated automatically. -s -x 2a2f
  20. !     if ( test -f $(INCLUDE)/sys/time.h ) then ./echogs -a gconfig_.h -x 23 define SYSTIME_H;\
  21.       fi
  22. !     if ( test -f $(INCLUDE)/dirent.h ) then ./echogs -a gconfig_.h -x 23 define DIRENT_H;\
  23. !     elif ( test -f $(INCLUDE)/sys/dir.h ) then ./echogs -a gconfig_.h -x 23 define SYSDIR_H;\
  24. !     elif ( test -f $(INCLUDE)/sys/ndir.h ) then ./echogs -a gconfig_.h -x 23 define SYSNDIR_H;\
  25. !     elif ( test -f $(INCLUDE)/ndir.h ) then ./echogs -a gconfig_.h -x 23 define NDIR_H;\
  26.       fi
  27.   
  28.   # ----------------------------- Main program ------------------------------ #
  29. --- 3508,3520 ----
  30.   # We need to query the environment to construct gconfig_.h.
  31.   INCLUDE=/usr/include
  32.   gconfig_.h: unixtail.mak echogs$(XE)
  33. !     $(EXP)/echogs -w gconfig_.h -x 2f2a -s This file was generated automatically. -s -x 2a2f
  34. !     if ( test -f $(INCLUDE)/sys/time.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define SYSTIME_H;\
  35.       fi
  36. !     if ( test -f $(INCLUDE)/dirent.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define DIRENT_H;\
  37. !     elif ( test -f $(INCLUDE)/sys/dir.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define SYSDIR_H;\
  38. !     elif ( test -f $(INCLUDE)/sys/ndir.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define SYSNDIR_H;\
  39. !     elif ( test -f $(INCLUDE)/ndir.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define NDIR_H;\
  40.       fi
  41.   
  42.   # ----------------------------- Main program ------------------------------ #
  43. ***************
  44. *** 3527,3536 ****
  45.   # Here is the final link step.  The stuff with LD_RUN_PATH is for SVR4
  46.   # systems with dynamic library loading; I believe it's harmless elsewhere.
  47.   $(GS)$(XE): ld.tr echogs $(NONDEVS_ALL) $(DEVS_ALL)
  48. !     ./echogs -w ldt.tr -n - $(CCLD) $(LDFLAGS) $(XLIBDIRS) -o $(GS)$(XE)
  49. !     ./echogs -a ldt.tr -n -s gs.$(OBJ) -s
  50.       cat ld.tr >>ldt.tr
  51. !     ./echogs -a ldt.tr -s - $(EXTRALIBS) -lm
  52.       LD_RUN_PATH=$(XLIBDIR); export LD_RUN_PATH; $(SH) <ldt.tr
  53.   #    Copyright (C) 1994, 1995 Aladdin Enterprises.  All rights reserved.
  54.   # 
  55. --- 3529,3538 ----
  56.   # Here is the final link step.  The stuff with LD_RUN_PATH is for SVR4
  57.   # systems with dynamic library loading; I believe it's harmless elsewhere.
  58.   $(GS)$(XE): ld.tr echogs $(NONDEVS_ALL) $(DEVS_ALL)
  59. !     $(EXP)/echogs -w ldt.tr -n - $(CCLD) $(LDFLAGS) $(XLIBDIRS) -o $(GS)$(XE)
  60. !     $(EXP)/echogs -a ldt.tr -n -s gs.$(OBJ) -s
  61.       cat ld.tr >>ldt.tr
  62. !     $(EXP)/echogs -a ldt.tr -s - $(EXTRALIBS) -lm
  63.       LD_RUN_PATH=$(XLIBDIR); export LD_RUN_PATH; $(SH) <ldt.tr
  64.   #    Copyright (C) 1994, 1995 Aladdin Enterprises.  All rights reserved.
  65.   # 
  66.